Click or drag to resize

DomainSettingError Class

Represents an error that occurred while retrieving a domain setting. This represents an error from a GetDomainSettings request.
Inheritance Hierarchy
SystemObject
  Independentsoft.Exchange.AutodiscoverDomainSettingError

Namespace:  Independentsoft.Exchange.Autodiscover
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class DomainSettingError

The DomainSettingError type exposes the following members.

Constructors
  NameDescription
Public methodDomainSettingError
Initializes a new instance of the DomainSettingError class.
Top
Properties
  NameDescription
Public propertyErrorCode
Identifies the error code that is associated with the specific request.
Public propertyErrorMessage
Contains the error message that is associated with the specific request.
Public propertySettingName
Represents the name of the setting.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also